projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d260d2c
)
Remove an unused field
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 19 Jun 2015 02:40:49 +0000
(22:40 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 19 Jun 2015 02:40:49 +0000
(22:40 -0400)
gtk/gtksearchengine.h
patch
|
blob
|
history
diff --git
a/gtk/gtksearchengine.h
b/gtk/gtksearchengine.h
index 39a9fb6649b8ef6a1340a9210bd2ac9b12320fc7..4d74c1a4a02b972eabbe8c886255e755aecc89bd 100644
(file)
--- a/
gtk/gtksearchengine.h
+++ b/
gtk/gtksearchengine.h
@@
-37,12
+37,10
@@
G_BEGIN_DECLS
typedef struct _GtkSearchEngine GtkSearchEngine;
typedef struct _GtkSearchEngineClass GtkSearchEngineClass;
typedef struct _GtkSearchEnginePrivate GtkSearchEnginePrivate;
-
typedef struct _GtkSearchHit GtkSearchHit;
struct _GtkSearchHit
{
- gint ref_count;
gchar *uri;
GFileInfo *info; /* may be NULL */
};